Mouse Wheel View Distance (DVD) 
==========================

Version: 1.02
Released: 
Authors: tpw
Requires: CBA
Runs on : Arma2, Operation Arrowhead, Combined Operations
Changelog: 
1.00 - initial release 20110212
1.01 - changed from [ctrl] to [ctrl] + [alt], to prevent conflicts 20110213
1.02 - view distance hint window now disappears after 1 second

Here is a simple script to change viewdistance on the fly by holding down [ctrl] + [alt]  and scrolling up or down with your mousewheel. If you find your computer struggling due to many AI or high scenic complexity, then quickly drop the viewdistance. Want to enjoy the view? Increase it!

How it works:
-------------
This addon simply installs a few user interface eventhandlers to monitor keydown, keyup and mousewheel. If you press [ctrl] + [alt] + scroll up/down, then the viewditance is increased/decreased by the amount you specify. You can specify minimum and maximum viewdistance values which won't be violated.

How to use it:
--------------
Install: Copy the @MWVD modfolder to your preferred location, and the MWVD folder to your Arma2 userconfig directory.

Configure: userconfig\MWVD\MWVD.hpp allows you to set the values most appropriate to your system. 

These are the values I use on my middle range system (Dual core E6750, GTX460):
200m minimum view distance
4000m maximum view distance
200m viewdistance increase/decrease per mouse wheel click

Automatic viewdistance changing:
-------------------------------
If you'd prefer a system which automatically changes your viewditance to maintain fps, then might I suggest you try out my Dynamic View Distance (DVD) addon.


Feedback:
---------
I'm a shit coder and no doubt this can be improved. I would value any feedback and suggestions, so give me your 2 cent's worth on the BIS forum.

Thanks:
-------
Many thanks to Das Attorney for showing me how to create PBO addons, and for general advice. As always, thanks to BIS for a fantastic piece of software, and for the incredible community on the BIS froum. 

tpw